trilium
    Preparing search index...
    interface ParserOptions {
        async?: boolean;
        attrkey?: string;
        attrNameProcessors?: ((name: string) => any)[];
        attrValueProcessors?: ((value: string, name: string) => any)[];
        charkey?: string;
        charsAsChildren?: boolean;
        childkey?: string;
        chunkSize?: number;
        emptyTag?: string | (() => any);
        explicitArray?: boolean;
        explicitCharkey?: boolean;
        explicitChildren?: boolean;
        explicitRoot?: boolean;
        ignoreAttrs?: boolean;
        includeWhiteChars?: boolean;
        mergeAttrs?: boolean;
        normalize?: boolean;
        normalizeTags?: boolean;
        preserveChildrenOrder?: boolean;
        strict?: boolean;
        tagNameProcessors?: ((name: string) => any)[];
        trim?: boolean;
        validator?: Function;
        valueProcessors?: ((value: string, name: string) => any)[];
        xmlns?: boolean;
    }
    Index

    Properties

    async?: boolean
    attrkey?: string
    attrNameProcessors?: ((name: string) => any)[]
    attrValueProcessors?: ((value: string, name: string) => any)[]
    charkey?: string
    charsAsChildren?: boolean
    childkey?: string
    chunkSize?: number
    emptyTag?: string | (() => any)
    explicitArray?: boolean
    explicitCharkey?: boolean
    explicitChildren?: boolean
    explicitRoot?: boolean
    ignoreAttrs?: boolean
    includeWhiteChars?: boolean
    mergeAttrs?: boolean
    normalize?: boolean
    normalizeTags?: boolean
    preserveChildrenOrder?: boolean
    strict?: boolean
    tagNameProcessors?: ((name: string) => any)[]
    trim?: boolean
    validator?: Function
    valueProcessors?: ((value: string, name: string) => any)[]
    xmlns?: boolean